From aa2b702e1900cfaf0dbd067666014e4641131c7c Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Mon, 20 Jul 2026 17:29:34 +0000 Subject: [PATCH] Document that housekeeping tables don't have diagrams --- doc/src/architecture/schemas.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/src/architecture/schemas.m4 b/doc/src/architecture/schemas.m4 index 041eab9..0024112 100644 --- a/doc/src/architecture/schemas.m4 +++ b/doc/src/architecture/schemas.m4 @@ -70,6 +70,9 @@ administration of the database's data. For the most part, this consists of records of what was updated when. These are, usually, only of occasional interest. +Because these tables are usually queried without the involvement of +other tables, they do not generally appear on the |ER diagrams|. + The upload schema ````````````````` -- 2.34.1